home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / SINSIN.FRM < prev    next >
Text File  |  1993-09-09  |  213b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;parameter and window defaults
  5. a=4
  6. b=4       
  7. c=4
  8. d=4 
  9. mu=0
  10. xmin=-5 
  11. xmax=5 
  12. ymin=-5 
  13. ymax=6  
  14.  
  15. ;the function 
  16. x=a*sin(b*y)     
  17. y=c*sin(d*x)
  18.  
  19.  
  20.  
  21.  
  22.  
  23.